Docs.rs
gix-worktree-stream-0.16.0
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
gix-worktree-stream 0.16.0
generate a byte-stream from a git-tree
Crate
Source
Builds
Feature flags
Documentation
Coverage
100%
24
out of
24
items documented
0
out of
15
items with examples
Links
GitoxideLabs/gitoxide
9052
311
102
crates.io
Dependencies
gix-attributes ^0.23.0
normal
gix-features ^0.39.0
normal
gix-filter ^0.14.0
normal
gix-fs ^0.12.0
normal
gix-hash ^0.15.0
normal
gix-object ^0.45.0
normal
gix-path ^0.10.12
normal
gix-traverse ^0.42.0
normal
parking_lot ^0.12.1
normal
thiserror ^1.0.26
normal
Versions
0.16.0
0.15.0
0.14.0
0.13.1
0.13.0
0.12.0
0.11.0
0.10.0
0.9.0
0.8.1
0.8.0
0.7.0
0.6.0
0.5.0
0.4.0
0.3.0
0.2.0
Owners
The implementation of creating an archive from a git tree, similar to `git archive`, but using an internal format. This crate can effectively be used to manipulate worktrees as streams of bytes, which can be decoded using the [`Stream`] type.